{% for todo in todos %}

{{ todo.title }} {% if not todo.important %} {% else %} {% endif %}

{% block due %}{% endblock %}
{% endfor %}